home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE6 / PD / PDF / Compiling next >
Text File  |  2003-02-24  |  803b  |  19 lines

  1. PDF is compiled with Acorn's C/C++ (as distributed by Castle)
  2.  
  3. With the version I have you need to:
  4.  
  5.   1) set alias$c++ %c++ -Dsigned= -D__STDC_VERSION__=199000 -Xcpp -c90 %*0
  6.   2) The wimpslot in !AMU.Desc needs increasing to 2048
  7.   3) use the Makefile that is in the same directory as !PDF to 
  8.      make/modify !PDF. Lots of warnings will be generated from the 
  9.      xpdf source files - I can't remove them so just ignore them.
  10.   4) use the target 'clean' to remove all object files.
  11.  
  12. Notes
  13. =====
  14. xpdf.xpdf is the complete xpdf source with a couple of the h filenames altered 
  15. so that I can compile the modified versions in xpdf. (they have ALTERED added 
  16. to the name). Source files are also put in directories so .cc files are in c++
  17. and .h files are in h.
  18.  
  19. The pdf version number is in pdf.c++.main.